Option In The Html Agility Pack That Parse From The Tag `< table <`
        Posted  
        
            by Harikrishna
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harikrishna
        
        
        
        Published on 2010-03-27T10:30:43Z
        Indexed on 
            2010/03/27
            10:33 UTC
        
        
        Read the original article
        Hit count: 526
        
Is there any option in the html agility pack that can parse the tag which is like in the < and >.
If there is tag like <table> then html agility pack parse the information from the tag table properly.But if the tag is like < table < then it does not parse the information from the tag table here. So any option is there in the html agility pack that parse information from such tags also.
© Stack Overflow or respective owner